home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-15 | 2.1 KB | 46 lines | [TEXT/KAHL] |
- New As Of 11.13
- ---------------
- 1) Set "32 Bit Compatible" flag in SIZE resource for use with A/UX
- and System 7.0.
-
- 2) Fixed two problems that occur when a call is placed from a Phonebook
- entry when a Modem Driver is being used. First, the number being dialed
- did not appear in the dialog box (for Modem Driver developers, this means
- that the contents of D$ was not being filled with the number). Secondly,
- if a Procedure was specified, it was not being executed.
-
- 3) Fixed white background bug under System 7.0 when timer is drawn on a
- colored Status Bar (General or Macros).
-
- 4) A new option has been added to the high level printing options dialog
- (select Customize->Options->Printer and then click on the "High Level Options"
- button) to alleviate some problems we were having with the Apple Stylewriter
- (and perhaps some others). Unless you are using a Postscript printer *AND* VT102
- emulation, the "Specific character positioning" option should be left uncheckmarked.
- Only if you are using *BOTH* a Postscript printer *AND* VT102 emulation should you
- checkmark this item.
-
- 5) Made changes to cause sending text to happen much faster under System 7.0
- when the text was sent:
- 1) Via "File->Send Text File" menu choice or SENDA Procedure command.
- 2) Via a macro key string.
- 3) Via a User Menu string.
-
- 6) Fixed bug in Kermit's 12-bit checksum routine. Also changed erroneous
- labeling of the three error checking types in Customize->Options->Kermit
- dialog box:
- "1 byte checksum" is now listed as "6-bit checksum"
- "2 byte checksum" is now listed as "12-bit checksum"
- "3 byte CRC" is now listed as "16-bit CRC" (it never was three bytes!)
- These changes were made to be more consistent with the various Kermit manuals
- the user might encounter.
-
- 7) Under System 7, context switching between applications may now be accomplished
- during dialing and redialing in the "Waiting for connection" phase.
-
- 8) Fixed bug in wordwrapping of text file sends for wordwrapping at 131 characters.
- 132 character wordwrapping is now the limit.
-
- 9) Fixed bug in ZMODEM which caused bad recovery of data overrun at baud rates higher
- than 9600.
-